home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / AlfaClock 1.71 / alfaclock_v1.71.exe / {app} / AlfaClock.exe / 0 / RCDATA / TALARMCLOCKADVSETUPDLG / TALARMCLOCKADVSETUPDLG.txt
Text File  |  2004-10-05  |  1KB  |  50 lines

  1. object AlarmClockAdvSetupDlg: TAlarmClockAdvSetupDlg
  2.   Left = 254
  3.   Top = 154
  4.   HelpContext = 1
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'Alarm advanced properties'
  8.   ClientHeight = 272
  9.   ClientWidth = 384
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   HelpFile = 'AlfaClock.hlp'
  17.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   inline AlarmClockAdvSetup1: TAlarmClockAdvSetup
  22.     inherited OpenDialog_Sound: TOpenDialog
  23.       Top = 8
  24.     end
  25.     inherited OpenDialog_App: TOpenDialog
  26.       Top = 8
  27.     end
  28.   end
  29.   object Button_OK: TButton
  30.     Left = 216
  31.     Top = 240
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object Button_Cancel: TButton
  40.     Left = 296
  41.     Top = 240
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.   end
  49. end
  50.